﻿@charset "utf-8";
/* CSS Document */
body, html {
	width:100%;
}
html{font-size:10px;}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}

body {
	margin:0;
	padding:0;
	font-family:"Montserrat", "微软雅黑", Arial;
	font-size:14px;
	line-height:1.5;
	color:#505050;
	width:100%;
	font-size:14px;
	margin:0px auto;
	overflow-x:auto;
}
a {
	color:#505050;
	text-decoration:none;
}
a:hover {
	
}
img {
	border:0;
	display:inline;
	vertical-align: bottom;
	width:auto;
	height:auto;
	max-width:100%;
}
div, ul, li, dl, dd, span, h1, h2, p, h4, h3 {
	margin:0;
	padding:0;
	list-style:none;
}
.clear {
	clear:both;
}
.container {
	margin:0px auto;
	width:92%; max-width:1138px;
}
.container1 {
	margin:0px auto;
	width:92%; max-width:1025px;
}
.container2 {
	margin:0px auto;
	width:92%; max-width:880px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* {
	box-sizing: border-box;
}
.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex-center-y {
	display: flex;
	align-items: center;
}
* {
	box-sizing: border-box;
}
html.active{ height:100%; overflow:hidden;}
/* 首页 */
header{display: flex; flex-direction: column; height:100vh;}
header .navigation{ position:fixed; top:0px; width:100%; left:0px; z-index:400000;}
header .top_1{ background:#505050; padding:0px 45px; color:#fff;display: flex;
    align-items: center;justify-content: flex-end; height:37px; color:#fff; font-size:12px;}
header.other{ height:161px;}
header .top_1 ul li{ margin-left:28px;}
header .top_1 ul li a{ font-size:12px; color:#fff;}
header .header{ background:#20958d; color:#fff;padding:0px 45px; position:relative; z-index:10000; border-bottom:1px #3abab1 solid;}
header .header .logo img{ height:43px; width:auto;transition: all .3s ease;-webkit-transition: all .3s ease;}
header .header .tpright .search{ position:relative;}
header .header .tpright .search .icon-sousuo{ width:50px; height:50px; border-radius:50%;display: flex;
    align-items: center;
    justify-content: center; color:#20958d; background:#fff; cursor:pointer; font-size:19px; font-weight:bold; margin-left:15px;}
header .header .tpright .search .navbar-form{    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: opacity .2s ease, width .2s ease;
    -o-transition: opacity .2s ease, width .2s ease;
    transition: opacity .2s ease, width .2s ease;
    border: none rgba(0, 0, 0, 0);
    opacity: 1;
    pointer-events: all;
    position: absolute;
	top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);
    right: 45px;
    will-change: opacity, width;
    width: 0;
	overflow:hidden;
	opacity:0;
    z-index: 1000;transition:all .25s;-webkit-transition:all .25s;}
header .header.searchon .tpright .search .navbar-form{opacity:1;width:50vw;}
header .header .tpright .search .navbar-form .form-group{ width:100%;}
header .header .tpright .search .navbar-form .form-group .form-control{display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #505050;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; outline:none;}
header .header .tpright .search .navbar-form .form-group .form-control::-webkit-input-placeholder {
color:#e6e6e6;
}
header .header .tpright .search .navbar-form .form-group .form-control.active{border: 1px solid #20958d;box-shadow: 0 6px 12px rgba(32,149,141,.175);}
header .header .menu{transition:all .25s;-webkit-transition:all .25s;}
header .header.searchon .menu{opacity:0;}
header .header .menu ul{ display:flex;    justify-content: space-between;}
header .header .menu ul li{ position:relative; height:124px;display: flex;align-items: center;justify-content: center; transition: all .3s ease;-webkit-transition: all .3s ease;}
header .header .menu ul li:hover .submenu:before {
	  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);
	top:-40px;
	content: '\e600';
}
header .header .menu ul li a{font-size:max(1.9rem,14px); color:#fff; padding:0px 15px;}

header .header .menu ul li .submenu{ background:#fff;min-width:160px; position:absolute; top:100%; z-index:20; transform-origin: 50% 0; transform: scaleY(0) translateZ(0);
    opacity: 0;
    transition: transform 0.3s,opacity 0.3s; left:50%; margin-left:-80px;box-shadow: 0 6px 12px rgba(0,0,0,.175);}
header .header .menu ul li:hover .submenu{ transform: scaleY(1) translateZ(0);opacity: 1;}
header .header .menu ul li .submenu a{ color:#333; line-height:3;text-transform: none;display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;font-size:max(1.6rem,14px);text-align:center; border-bottom:1px #eee solid; font-weight:normal;}
header .header .menu ul li .submenu a:hover{background:#20958d; color:#fff;}
header .header .menu ul li .submenu a:last-child{ border-bottom:0px;}
header .header .tpright .language { height:124px; padding:0px 15px; position:relative;display: flex;
    align-items: center;
    justify-content: center; cursor:pointer;transition: all .3s ease;-webkit-transition: all .3s ease;}
header .header .tpright .language .submenu{ background:#fff;min-width:160px; position:absolute; top:100%; z-index:20; transform-origin: 50% 0; transform: scaleY(0) translateZ(0);
    opacity: 0;
    transition: transform 0.3s,opacity 0.3s; left:50%; margin-left:-80px;box-shadow: 0 6px 12px rgba(0,0,0,.175);}
header .header .tpright .language:hover .submenu{ transform: scaleY(1) translateZ(0);opacity: 1;}
header .header .tpright .language .icon-sanjiaoxing-copy-copy{ font-size:12px; margin-left:5px;}
header .header .tpright .language .submenu a{ color:#333; line-height:3;text-transform: none;display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;font-size: max(1.6rem,14px);text-align:center; border-bottom:1px #eee solid; font-weight:normal;}
header .header .tpright .language .submenu a:hover{background:#20958d; color:#fff;}
header .header .tpright .language .submenu a:last-child{ border-bottom:0px;}
header.fixed .header .menu ul li{ height:75px;}
header.fixed .header .tpright .language{ height:75px;}
header.fixed .header .logo img{ height:28px;}
.bannerSwiper{ height:100%;}
.banner{flex:1; position:relative; overflow:hidden;}
.banner ul{ height:100%;}
.banner ul li{ height:100%; text-align:center; position:relative;}
.banner ul li img{ width:100%; height:100%;object-fit: cover;
 object-position: center center;}
.banner ul li .content{ width:90%; position:absolute; left:50%;top:50%;transform: translate(-50%,-50%); font-size:max(3.2rem,22px); color:#fff; letter-spacing:1px; line-height:1.7;text-shadow: 0px 0px white, 0px 1px #333; margin-top:80px; } 
.banner .container{position:absolute; left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);bottom:0px;z-index:10;}
header.fixed .banner ul li .content{ margin-top:56px;}
.banner .slogan{ width:148px; height:81px;  background:#20958d; color:#fff; font-weight:bold; font-size:max(2.2rem,20px);display: flex;
    align-items: center;
    justify-content: center; line-height:1.3;}
.banner .btn {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:42px;
	height:90px;
	font-size:28px;
	color:#fff;
	cursor:pointer;
transition: all .3s ease;
-webkit-transition: all .3s ease;
	line-height:1;
	z-index:100;
	opacity:.7;
	display: flex;
	align-items: center;
	justify-content: center;
	background:#363636;
}
.banner .btn:hover {
	opacity:1;
}
.banner .pre {
	left:0%;
}
.banner .next {
	right:0%;
}
/*首页*/
.index .part_1{ padding:48px 0px;}
.index_bt{ text-align:center; color:#20958d; margin-bottom:85px;}
.index_bt .title{ font-size:max(3.1rem,22px); margin-bottom:35px;}
.index_bt .desc{ font-size:max(2rem,16px); line-height:1.2;}
.index .part_1 .m_title{color:#20958d; margin-bottom:67px;font-size:max(3.4rem,23px); display:block; }
.index_product ul{display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px 30px;
align-items: stretch;}
.index_product ul li{ border:1px #bfbfbf solid;}
.index_product ul li a{ display:block;}
.index_product ul li a .photo{position:relative; display:block; padding-top:80%; width:100%; overflow:hidden;}
.index_product ul li a .photo img{ width:100%; height:100%; position:absolute; top:0px; left:0px;object-fit: cover;
 object-position: center center;transition:all .5s;-webkit-transition:all .5s;}
.index_product ul li a:hover .photo img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.index_product ul li a .content{ padding:21px 12px;}
.index_product ul li a .content .title{color:#20958d; margin-bottom:8px;font-size:max(3.4rem,23px); line-height:1.2; }
.index_product ul li a .content .desc{ color:#676967;font-size:max(1.5rem,14px);}
.index .part_2{ background:#20958d; padding:52px 0px;}
.index .part_2 .container{display: flex;align-items: stretch;}
.index .part_2 .photo{ width:48.5%;overflow:hidden;}
.index .part_2 .photo img{ width:100%; height:100%; object-fit: cover;
 object-position: center center;transition:all .5s;-webkit-transition:all .5s;}
.index .part_2 .photo:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.index .part_2 .content{ color:#fff; flex:1; margin-left:30px; display:flex;flex-direction: column;}
.index .part_2 .content .title{ margin-bottom:10px;font-size:max(3.4rem,22px); line-height:1.2;}
.index .part_2 .content .desc{ margin-bottom:10px;font-size:max(3.4rem,10px); line-height:1.5;font-size:max(1.5rem,14px); flex:1; margin-bottom:20px;}
.index .part_2 .content .more{ width:119px; height:47px; background:#fff; border-radius:6px;display: inline-flex;
    align-items: center;
    justify-content: center; color:#20958d;font-size:max(1.8rem,15px);transition: all .3s ease;-webkit-transition: all .3s ease;}
.index .part_2 .content .more .iconfont{opacity:0; width:0px;transition: all .3s ease;-webkit-transition: all .3s ease; }
.index .part_2 .content .more:hover .iconfont{ width:16px;opacity:1;margin-left:8px;}
.index .part_2 .content .more:hover{ width:125px;}

.index .part_3{padding:52px 0px;}
.index .part_3 .container{display: flex;align-items: stretch;}
.index .part_3 .photo{ width:48.5%;overflow:hidden;}
.index .part_3 .photo img{ width:100%; height:100%; object-fit: cover;
 object-position: center center;transition:all .5s;-webkit-transition:all .5s;}
.index .part_3 .photo:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.index .part_3 .content{ color:#353535; flex:1; margin-left:30px; display:flex;flex-direction: column;}
.index .part_3 .content .title{ margin-bottom:22px;font-size:max(2.75rem,20px); line-height:1.2; color:#20958d; font-weight:bold;}
.index .part_3 .content ul{display: flex;align-items: stretch;flex-wrap: wrap; margin-bottom:20px;}
.index .part_3 .content ul li{ width:50%;font-size:max(1.5rem,14px); line-height:1.7; }
.index .part_3 .content .infor{font-size:max(1.5rem,14px); font-weight:bold; margin-bottom:29px; line-height:1.6;}
.index .part_3 .content .more{ width:158px; height:39px; background:#20958d; color:#fff; border-radius:3px;display: inline-flex;
    align-items: center;
    justify-content: center; font-size:max(1.8rem,15px);transition: all .3s ease;-webkit-transition: all .3s ease;}

.index .part_3 .content .more:hover{  -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);}
.index .part_4{ background:#20958d; color:#fff; padding-top:48px; padding-bottom:85px;}	
.index .part_4 .m_title{margin-bottom:15px;font-size:max(3.4rem,23px); }
.index_case ul{display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px 30px;
align-items: stretch;}
.index_case ul li{ text-align:center;}
.index_case ul li { display:block;font-size:max(1.5rem,14px); }
.index_case ul li .photo{position:relative; display:block; padding-top:62.5%; width:100%; overflow:hidden; margin:20px 0px;}
.index_case ul li .photo img{ width:100%; height:100%; position:absolute; top:0px; left:0px;object-fit: cover;
 object-position: center center;transition:all .5s;-webkit-transition:all .5s;}
.index_case ul li .photo:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.index .part_5{ padding-top:45px; padding-bottom:55px; text-align:center;}
.index .part_5 .title{font-size:max(3.3rem,21px); color:#20958d;}
.index .part_5 .desc{ color:#505050;font-size:max(1.6rem,14px); margin-top:5px; margin-bottom:20px; }
.container2 .desc{ color:#505050;font-size:max(1.6rem,14px); margin-top:30px; margin-bottom:30px; }
.container2 .desc{text-align: center;}
.te_al{text-align: center;}
.index .part_5 .more{ text-align:center;}
.index .part_5 .more a{  width:94px; height:38px; background:#20958d; color:#fff; border-radius:3px;display: inline-flex;
    align-items: center;
    justify-content: center; font-size:max(1.5rem,15px);transition: all .3s ease;-webkit-transition: all .3s ease;}
.index .part_5 .more a:hover{  -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);}

/*底部*/
footer .foot{ color:#fff; background:#20958d; padding-top:39px; padding-bottom:47px;}
footer .foot .container{display: flex;align-items:flex-start; }
footer .foot .tpleft .title{font-size:max(1.7rem,15px); margin-bottom:5px;}
footer .foot .tpleft .desc{font-size:max(1.6rem,14px);}
footer .foot .tpleft dl{ margin-top:34px;}
footer .foot .tpleft dl dd a{font-size:max(1.9rem,16px); color:#fff; line-height:2.5;}
footer .foot .f_pic{ margin-left:45px;}
footer .copyright{ background:#000000; border-top:2px #b4930b solid; padding:20px 0px; font-size:12px; color:#878787;}
footer .copyright a{color:#878787;}

/*移动菜单*/
.menubtn{
    display: flex;
    justify-content: center;
    align-items: center;
	width:26px;
	height:40px;
	right:0px;
	z-index:100;
	margin-left:15px;
	display:none; position:relative; 
}
.menubtn .name{ font-size:16px; left:-60px; font-weight:500; top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%); position:absolute; font-weight:600;}
.menubtn .navbar-icons {
    height: 20px;
	width:100%;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    display: flex;
	flex-direction:column;
	justify-content:space-between;
    cursor: pointer;
	
}

.menubtn .navbar-icons span {
    display: block;
    height: 2px;
    width: 100%;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
	top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
	background-color: #fff;
	position:relative; border-radius:5px;
}

.menubtn .navbar-icons span:first-child {
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.menubtn .navbar-icons span:nth-child(2) {
    -webkit-transform-origin: left center;
    transform-origin: left center;
	width:70%; 
}

.menubtn .navbar-icons span:nth-child(3) {
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.menubtn.open .navbar-icons span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1px;
}

.menubtn.open .navbar-icons span:nth-child(2) {
    opacity:0;
}

.menubtn.open .navbar-icons span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	top:1px;
}

.menu-mc{
	position:fixed;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#fff;
	z-index:500;
	transition:all .5s;
	-webkit-transition:all .5s;
	transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	padding-top:75px;
	display:flex;
	flex-direction:column;
	display:none;
	background:#20958d;
}

.menu-mc.active{
	transform:translateY(0);
	-webkit-transform:translateY(0);
}

.menu-mc .list{
	flex:1;
	overflow:auto;
	display: flex;
	flex-direction: column;
}

.menu-mc .list .p_menu{
	flex:1;
	overflow-x:hidden;
	overflow-y:auto;
	width:100%;
}

.menu-mc .list ul li{
	line-height:70px;

}
.menu-mc .list ul li .submenu{ display:none;padding:0 24px; background:#0d867e; line-height:50px;}
.menu-mc .list ul li .title{border-bottom: 1px solid #0d867e;display: flex;align-items: center;justify-content:space-between; font-size:19px;color:#fff;padding:0 15px; }
.menu-mc .list ul li .title .iconfont{ margin-right:0px;transform: rotate(
90deg
);
-webkit-transform: rotate(
90deg
);}
.menu-mc .list ul li a{
	display:block;
	font-size:14px; color:#fff;
}
.menu-mc .list ul li .submenu a{ padding-left:20px;}
.menu-mc .list ul li .submenu a:hover{ font-weight:600;}
.menu-mc .top_2{ background:#505050; padding:0px 15px; color:#fff;display: flex;
    align-items: center; height:42px; color:#fff;}
.menu-mc .top_2 dl dd{ margin-right:28px;}
.menu-mc .top_2 dl dd a{ font-size:16px; color:#fff;}
.menu-mc .list .search_2{ padding:24px 15px;}
.menu-mc .list .search_2 .icon-sousuo{ width:50px; height:50px; border-radius:50%;display: flex;
    align-items: center;
    justify-content: center; color:#20958d; background:#fff; cursor:pointer; font-size:19px; font-weight:bold;}
.menu-mc .list .search_2  .navbar-form{ flex:1; margin-left:20px; overflow:hidden;}
.menu-mc .list .search_2 .navbar-form .form-group{ width:100%;}
.menu-mc .list .search_2 .navbar-form .form-group .form-control{display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #505050;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; outline:none;}
.menu-mc .list .search_2 .navbar-form .form-group .form-control::-webkit-input-placeholder {
color:#e6e6e6;
}


/*发展历程*/
.honor{ max-width:826px; width:92%; margin:0px auto; padding:95px 0px;}
.honor .h_content{display: flex;align-items: stretch; margin-bottom:19px;}
.honor .h_content:last-child{ margin-bottom:0px;}
.honor .h_content .date{font-size:max(4.1rem,35px); margin-right:28px; color:#20958d; line-height:1.2;}
.honor .h_content .list{ flex:1;}
.honor .h_content .list ul li{ border-top:1px #bfbfbf solid;display: flex;align-items: stretch; margin-bottom:20px;}
.honor .h_content .list ul li .photo{ width:178px; height:110px;overflow:hidden;}
.honor .h_content .list ul li .photo img{ width:100%; height:100%; object-fit: cover;
 object-position: center center;transition:all .5s;-webkit-transition:all .5s;}
.honor .h_content .list ul li .photo:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.honor .h_content .list ul li .infor{ flex:1; margin-left:23px; padding-top:17px; color:#505050;font-size:max(1.6rem,14px); line-height:1.7;}
.honor .h_content .list ul li .content{ flex:1; margin-left:23px; padding-top:17px; color:#505050;font-size:max(1.6rem,14px); line-height:1.2;display: flex; justify-content: space-between; }
.honor .h_content .list ul li .content .tpleft{ flex:1; margin-right:20px; line-height:20px;}
.honor .h_content .list ul li .content .iconfont{ font-size:18px; color:#bfbfbf;}
.honor .h_content .list ul li .content:hover .tpleft{ color:#20958d;}
.honor .h_content .list ul li .content:hover .iconfont{ color:#20958d;}
.honor.no1{ max-width:760px;}

/*关于我们*/
.about .apart_1{ padding-top:72px; padding-bottom:50px;}
.about_bt { color:#20958d; margin-bottom:20px;}
.about_bt .title{font-size:max(5.9rem,28px); line-height:1.2;}
.about_bt .desc{font-size:max(2rem,16px); margin-top:5px;}
.about .apart_1 .m_title{font-size:max(2.4rem,20px);color:#20958d; margin-bottom:20px; font-weight:bold;}
.about .apart_1 .about_js{font-size:max(1.6rem,14px);color:#505050; }
.apart_2{ background:#20958d; color:#fff;}
.apart_2 .container1{font-size:max(3.7rem,28px);display: flex;
    align-items: center;
    justify-content:center; height:156px; font-weight:bold;}
.about .about_one{display: flex;
    align-items: center; margin-bottom:43px;}
.about .about_one .ab_left{ flex:1;}
.about .about_one .pic{ width:42.5%; margin-left:27px;}
.about .apart_3 { color:#505050; padding:50px 0px;}
.about .apart_3 .about_bt .title{font-size:max(5.3rem,30px); }
.about .about_one .ab_left .ab_infro{display: flex;align-items: stretch;flex-wrap: wrap; margin-bottom:20px;}
.about .about_one .ab_left .ab_infro li{ width:50%;font-size:max(1.5rem,14px); line-height:1.7; }
.about .about_one .ab_left .about_desc{font-size:max(1.6rem,15px); margin-bottom:28px;}
.about .about_one.no1 .pic{ margin-top:50px;}
.about .about_one.no2{ margin-bottom:42px;}
.about .about_one.no2 .ab_left .about_desc{ margin-bottom:15px;}
.about .about_one.no2 .ab_left .ab_infro li{ width:100%;font-size:max(1.6rem,14px); }
.about .about_one.no5 .pic{ margin-left:0px; margin-right:27px;}
.about .about_one.no5 .ab_left .about_bt1{font-size:max(3rem,20px); color:#20958d; margin-bottom:20px; line-height:1.1;}
.about .about_one.no5 .ab_left .about_desc{ margin-bottom:0px; line-height:1.7;}
.about .about_one.no6 .ab_left .ab_infro li{ width:100%; margin-top:9px; line-height:1.5;}
.about .about_one.no6 .ab_left .ab_infro li .big{ color:#353535; font-size:max(2.1rem,18px);}
.about .about_one.no6 .ab_left .ab_infro li .sml{ color:#353535; font-size:max(1.7rem,15px);}
.about .about_one.no6 .ab_left .ab_infro li .lab{ margin-left:10px; margin-top:5px;}
.apart_6{ text-align:center;}
.about .about_one.no6 .pic{ width:38%; margin-left:15px;}
.apart_7 { padding-top:41px; padding-bottom:71px;}
.apart_7 .container1{display: flex;
    align-items:flex-start; }
.apart_7 .container1 .ab_content{ flex:1;}
.apart_7 .container1 .pic{ width:42.5%; margin-left:25px;}
.apart_7 .container1 .ab_content .title{font-size:max(2.4rem,20px); font-weight:600; color:#20958d; margin-bottom:10px;}
.apart_7 .container1 .ab_content .desc{ color:#505050;font-size:max(1.6rem,14px); margin-bottom:24px; }
.apart_7 .container1 .ab_content .desc:last-child{ margin-bottom:0px;}
.news_m{ max-width:1141px; width:92%; margin:0px auto; padding-top:104px; padding-bottom:50px;display: flex;align-items:flex-start; }
.new_left{ flex:1; float:left; overflow:hidden;}
.new_right{ width:362px;float:right; margin-left:30px;}
.new_right .n_title{font-size:max(2rem,18px); color:#20958d; margin-bottom:10px;}
.new_right .list ul li{ border-top:1px #bfbfbf solid;display: flex;align-items: stretch; margin-bottom:17px;}
.new_right .list ul li .photo{ width:111px; height:68px;overflow:hidden;}
.new_right .list ul li .photo img{ width:100%; height:100%; object-fit: cover;
 object-position: center center;transition:all .5s;-webkit-transition:all .5s;}
.new_right .list ul li .photo:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.new_right .list ul li .infor{ flex:1; margin-left:13px; padding-top:7px;display: flex;flex-direction: column;justify-content: space-between; }
.new_right .list ul li .infor .content{color:#505050;font-size:max(1.5rem,14px); line-height:1.1;display: flex; justify-content: space-between; margin-bottom:7px;}
.new_right .list ul li .infor .content .tpleft{ flex:1; margin-right:20px; line-height:20px;}
.new_right .list ul li .infor .content .iconfont{ font-size:18px; color:#bfbfbf;}
.new_right .list ul li .infor .content:hover .tpleft{ color:#20958d;}
.new_right .list ul li .infor .content:hover .iconfont{ color:#20958d;}
.new_right .list ul li .infor .date1{ color:#20958d; font-size:13px;}
.new_left .show_title{ color:#20958d;font-size:max(3.3rem,23px); margin-bottom:25px;}
.new_left .show_content {font-size:max(1.6rem,14px); color:#505050;}
.new_left .show_content p{ margin-bottom:15px;}
/*产品*/
.product_m{ padding-top:45px; padding-bottom:95px;}
.pr_name{  margin-bottom:78px;}
.pr_name .title{color:#20958d;font-size:max(5.3rem,28px); line-height:1.1;}
.pr_name.no2 .title{color:#20958d;font-size:max(6.2rem,28px); line-height:1.1;}
.pr_name .desc{color:#000;font-size:max(3.9rem,20px);}
.index_product1 ul{display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px 30px;
align-items: stretch;}
.index_product1 ul li{ border:1px #bfbfbf solid;}
.index_product1 ul li a{ display:block;}
.index_product1 ul li a .photo{position:relative; display:block; padding-top:58%; width:100%; overflow:hidden;}
.index_product1 ul li a .photo img{ width:100%; height:100%; position:absolute; top:0px; left:0px;object-fit: cover;
 object-position: center center;transition:all .5s;-webkit-transition:all .5s;}
.index_product1 ul li a:hover .photo img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.index_product1 ul li a .content{ padding:21px 12px;}
.index_product1 ul li a .content .title{color:#20958d; margin-bottom:8px;font-size:max(3rem,20px); line-height:1.2; }
.index_product1 ul li a .content .desc{ color:#676967;font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}
.pr_list ul li{ margin-bottom:15px;}
.pr_list ul li .big_t{ color:#20958d;font-size:max(2.9rem,18px); font-weight:bold; margin-bottom:30px;}
.pr_list ul li .big_t a{color:#20958d;}
.pr_name.no2{ margin-bottom:48px;}
.pr_list ul li dl{display: flex;
    align-items: stretch;flex-wrap: wrap;
    justify-content: space-between;}
.pr_list ul li dl dd{ width:46%; margin-bottom:35px;}
.pr_list ul li dl dd .c_name{ margin-bottom:17px;font-size:max(2.6rem,16px); font-weight:bold;color:#20958d;}
.pr_list ul li dl dd .c_name a{ color:#20958d;}
.pr_list ul li dl dd .desc{font-size:max(1.6rem,14px); }
.product_1{ padding-top:112px; padding-bottom:60px;}
.banner ul li .content .infor{ font-size:max(3.6rem,26px); font-weight:bold;}
.product_2{ background:#20958d; padding:40px 0px;}
.product_2 ul{display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-gap: 20px 10px;
align-items: stretch;
}
.product_2 ul li{ text-align:center;}
footer .foot.blackbg{ background:#363636;}
.product_1 .list_bt{ background:#20958d; color:#fff;font-size:max(5.5rem,25px); line-height:1.1; padding:30px 0px; margin-bottom:58px; }
.product_1 .list_bt a{ color:#fff;}
.case_list ul li{display: flex;
    align-items: center;
    justify-content: space-between; margin-bottom:64px;}
.case_list ul li .photo{ width:48.5%; float:right;margin-left:40px;}
.case_list ul li .content{ flex:1; overflow:hidden; }
.case_list ul li .content .title{ color:#20958d; font-weight:bold;font-size:max(2.9rem,18px); display:block; margin-bottom:23px;}
.case_list ul li .content .desc{ color:#505050;font-size:max(1.6rem,14px);}
.pr_name.no3{ margin-bottom:64px;}
.case_list ul li:last-child{ margin-bottom:0px;}
.product_4{ padding-top:112px; padding-bottom:85px;}

/*市场与服务*/
.service_m .s_part1{ padding-top:50px; padding-bottom:70px;}
.service_m .s_part1 .pr_name{ margin-bottom:55px;}
.service_m .s_part1 .pr_name .title{font-size: max(5.9rem, 28px); margin-bottom:20px;}
.service_m .s_part1 .pr_name .lab{font-size: max(2.3rem, 16px);}
.demand{display: flex;align-items: stretch;}
.demand .de_left{ flex:1;}
.demand .de_right{ width:218px; margin-left:66px;}
.demand .de_left .title{ color:#000; font-size: max(2.3rem, 16px); margin-bottom:10px;}
.demand .de_left .sumbit{ padding-top:10px;display: flex;justify-content: flex-end;}
.demand .de_left .sumbit input{ width:84px; height:26px;display: flex;
    align-items: center;
    justify-content: center; color:#fff; background:#767676;box-shadow: inset 0 0 2px rgba(255, 255, 255, 1); border:0px; border-radius:2px; cursor:pointer;}
.demand .de_left .sumbit input:hover{ background:#626161; color:#fff;}
.demand .de_right{ padding-top:17px;}
.demand .de_right .title{ font-size:14px; color:#767676; margin-bottom:10px;}
.demand .de_right ul li{display: flex;align-items: center; margin-bottom:20px;position: relative;}
.demand .de_right ul li .tit{ width:80px; min-width:80px; white-space:nowrap; height:27px;border:1px #cccccc solid;border-radius:0  0  3px 3px; padding:0px 12px; color:#787878; font-size:13px; line-height:27px; text-align:center;background:linear-gradient(to top,#e7e7e7,#f1f1f1,#fdfdfd);text-align:justify;text-align-last: justify;
	   text-justify: distribute-all-lines;}
.demand .de_right ul li .formbit{  border:1px #cccccc solid; border-radius:3px; border-right:0;  flex:1; width:100%; overflow:hidden; padding:0px 10px; height:27px; line-height:normal; outline:none;}
.demand .de_right ul li.last{ margin-bottom:0px; border:0px; font-size:13px; border-radius:0px;}
.demand .de_right ul li.last .code{ width:80px; height:28px; margin-right:5px; cursor:pointer;}
.demand .de_right ul li.last .code img{ width:100%; height:100%;}
.maker_1{ padding:60px 0px;}
.maker_1 ul li{display: flex;
    align-items: center;
    justify-content: space-between; margin-bottom:20px;}
.maker_1 ul li .photo{ width:40%; float:right;margin-left:37px;}
.maker_1 ul li .content{ flex:1; overflow:hidden; }
.maker_1 ul li .content .title{ color:#20958d; font-weight:bold;font-size:max(2.3rem,18px); display:block; margin-bottom:23px;}
.maker_1 ul li .content .desc{ color:#505050;font-size:max(1.6rem,14px);}
.maker_1 ul li:last-child{ margin-bottom:0px;}
.maker_1.no1 ul li .content .desc{ line-height:2;}
.maker_1.no1 ul li .content .desc span{ margin-right:20px;}
.maker_1.no1 ul li { margin-bottom:50px;}
.maker_1.no1 ul li .content .desc .first{ margin-bottom:17px;}

.maker_2{ background:#f7f7f7; padding:93px 0px; border-top:3px #20958d solid;}
.maker_2.no1{ border-top:0px;}
.maker_2 .m_tit{ color:#20958d;font-size:max(3.5rem,22px); }
.office_1 ul{display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 20px;
align-items: stretch;}
.office_1 ul li .title{font-size:max(1.8rem,16px); color:#20958d; margin-bottom:11px; margin-top:30px;}
.office_1 ul li dl dd{font-size:max(1.5rem,14px); display:flex;align-items:flex-start; line-height:1.7;}
.office_1 ul li dl dd .tpleft{ margin-right:28px;}
.office_1 ul li dl dd .tpright{ flex:1;display:flex;align-items:flex-start;}
.office_1 ul li.last dl dd{ line-height:2.3;}
.pr_name.no4 { margin-bottom:54px;}
.pr_name.no4 .title{ font-size: max(5.9rem, 28px);}
.pr_name.no4 .intro{ font-size: max(1.6rem, 14px); margin-top:10px;}
.pr_name.no4 .mail{ color:#20958d;font-size: max(2rem, 16px); margin-top:10px;}
.brand_1 ul{display: inline-flex;
    flex-wrap: wrap;
align-items: stretch;border-top:1px #cccccc solid;}
.brand_1 {border-left:1px #cccccc solid;}

.brand_1 ul li{ background:#f7f7f7;}
.brand_1 ul li a{ display:block; line-height:36px; height:36px; border-bottom:1px #cccccc solid;border-right:1px #cccccc solid;font-size: max(1.6rem, 14px); padding:0px 22px;}
.brand_1 ul li a.on{ background:#20958d; color:#fff;}
.brand_content ul li{display: flex;
    align-items:flex-start; 
    justify-content: space-between; padding-top:92px;
}
.brand_content ul li .photo{ width:61.5%;}
.brand_content ul li .content{ width:36%; font-size: max(1.6rem, 14px); line-height:22px;}
.brand_content ul li:nth-child(2n){flex-direction: row-reverse;}
.brand_content ul li:last-child{ margin-bottom:0px;}
.product_5{ padding-top:70px;}
.Partners{ padding-bottom:90px;}
.Partners .p_title{ color:#000; font-size: max(2.8rem, 20px); margin-bottom:23px;}
.Partners ul{display: flex;
    align-items:flex-start; 
    justify-content: space-between;}
.Partners ul li{ width:45%;}
.Partners ul li .tit{ color:#20958d;font-size: max(2.3rem, 18px); font-weight:bold; margin-bottom:12px;}
.Partners ul li .desc{ font-size: max(1.6rem, 14px);}
.apart_21{ background:#20958d; padding:22px 0px;}
.apart_21 .container{display: flex;
    align-items: center;
    justify-content:center}
.job_1{ padding-top:65px; padding-bottom:72px; border-bottom:3px #20958d solid;}
.job_1:last-child{ border-bottom:0px;}
.job_1 .title{font-size: max(5.9rem, 28px); color:#20958d; margin-bottom:27px;}
.job_1 .desc{font-size: max(1.6rem, 14px); line-height:22px;}
header.suspension{ height:auto;}
header .top_one{ height:161px;}
header.fixed .top_one{ height:112px;}
.banner.no4 ul li img{ min-height:300px;}

@media screen and (max-width: 1000px) {
	header .header .logo img{ height:28px;}
	header .header{padding: 0px 20px;}
	header .header .menu ul li{ height:75px;}
	header .header .tpright .language{ height:75px;}
    header .header .menu ul li:hover .submenu:before{ top:-20px;}
	header .top_1{ padding: 0px 20px;}
	.demand .de_right{ margin-left:26px;}
	header.other{ height:112px;}
	.banner ul li .content{ margin-top:56px;}
	header .top_one{ height:112px;}
}
@media screen and (max-width: 850px) {
	.index_product ul{grid-gap: 20px 20px;grid-template-columns: repeat(2, 1fr);}
	.about .about_one{flex-direction: column;}
	.about .about_one.no1 .pic{ width:100%; text-align:center; margin-top:25px;}
	.about .about_one .pic{ width:100%; text-align:center; margin-left:0px; margin-top:25px;}
	.about .about_one.no5 .pic{ margin-top:25px; margin-right:0px;}
	.about .about_one.no5{flex-direction: column-reverse;}
	.about .about_one.no6 .pic{ width:100%; margin-left:0px;}
	.apart_7 .container1{flex-direction: column;}
	.apart_7 .container1 .pic{ width:100%; margin-top:25px; margin-left:0px; text-align:center;}
	.news_m{flex-direction: column; padding-top:50px;padding-bottom:30px;}
	.new_right{ width:100%; margin-left:0px; margin-top:20px; }
	.product_2 ul{grid-template-columns: repeat(4, 1fr);}
	.office_1 ul{grid-template-columns: repeat(2, 1fr);}
	.brand_content ul li{flex-direction: column;}
	.brand_content ul li .photo{ width:100%; margin-bottom:20px;}
	.brand_content ul li .content{ width:100%;}
	.brand_content ul li:nth-child(2n){flex-direction: column;}
	.brand_content ul li{ padding-top:42px; }
}
@media screen and (max-width: 767px) {
 .banner ul li .content{ letter-spacing:0px; margin-top:36px;}
 .banner .slogan{ width:135px; height:68px; }
 .menubtn{ display:flex;}
 .menu-mc{ display:flex;}
 header .header .menu{ display:none;}
 header .top_1{ display:none;}
 header .header .tpright .search{ display:none;}
 header .header .logo img{ height:22px;}
 .index_bt{ margin-bottom:50px;}
 .index .part_1 .m_title{ margin-bottom:22px;}
 .index .part_2 .container{ display:flex;flex-direction: column;}
 .index .part_2 .photo{ width:100%; margin-bottom:25px;}
 .index .part_2 .content{ width:100%; margin-left:0px;}
 .index .part_2 .content .desc{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}
 .index .part_2 .content .desc{ margin-bottom:30px;}
 .index .part_3 .container{flex-direction: column;}
 .index .part_3 .photo{ width:100%; margin-bottom:25px;}
 .index .part_3 .content{ width:100%; margin-left:0px;}
 .index .part_3 .content ul li{ font-size:13px;}
 .index_case ul{  grid-template-columns: repeat(2, 1fr);grid-gap: 25px 25px;}
 .index .part_4{ padding-bottom:40px;}
 footer .foot .f_pic{ width:40%; margin-left:15px;}
 footer .copyright .container{flex-direction: column;}
 .honor{ padding:60px 0px;}
 .honor .h_content{flex-direction: column;}
 .honor .h_content .date{ margin-right:0px; width:100%; display:flex; margin-bottom:10px; text-align:right;justify-content: flex-end;}
 .honor .h_content .list ul li .infor{ line-height:1.5;}
.about .apart_1 .m_title{ margin-bottom:15px;}
.apart_2 .container1{ height:126px;}
.about .about_one:last-child{ margin-bottom:0px;}
.apart_7{ padding-bottom:50px;}
.pr_name{ margin-bottom:35px;}
.index_product1 ul{grid-template-columns: repeat(2, 1fr);grid-gap: 20px 20px;}
.product_m{ padding-bottom:55px;}
.product_1{ padding-top:50px; padding-bottom:30px;}
.product_4{ padding-top:50px; padding-bottom:50px;}
.pr_name.no2{ margin-bottom:30px;}
.product_2 ul{ grid-gap: 20px 30px;}
.product_2 ul li img{ max-width:70%;}
.product_2 ul li:nth-last-child(1) img,.product_2 ul li:nth-last-child(2) img{ max-width:100%;}
.product_1 .list_bt{ padding:20px 0px; margin-bottom:38px;}
.pr_name.no3{ margin-bottom:30px;}
.case_list ul li .content .title a{ margin-bottom:15px;}
.case_list ul li{ margin-bottom:30px;  flex-direction: column;}
.case_list ul li .photo{ width:100%; margin-left:0px; text-align:center; margin-top:22px;}
.demand{flex-direction: column;}
.demand .de_right{ width:100%; margin-left:0px;}
.maker_1 ul li{flex-direction: column;}
.maker_1 ul li .photo{ margin-left:0px; width:100%; text-align:center; margin-top:20px;}
.maker_1 ul li .content .title{ margin-bottom:15px;}
.maker_1{ padding:50px 0px;}
.service_m .s_part1 .pr_name{ margin-bottom:30px;}
.service_m .s_part1{ padding-bottom:50px;}
.maker_1.no1 ul li{ margin-bottom:30px;}
.maker_2{ padding:50px 0px;}
.pr_name.no4{ margin-bottom:25px;}
.brand_1{ margin-bottom:0px;}
.Partners ul{flex-direction: column;}
.Partners ul li{ width:100%; margin-bottom:25px;}
.Partners ul li:last-child{ margin-bottom:0px;}
.Partners{ padding-bottom:50px;}
.product_5{ padding-top:50px;}
.job_1{ padding:50px 0px;}
.job_1 .title{ margin-bottom:17px;}
header.other{ height:75px;}
header.fixed .banner ul li .content{ margin-top:33px;}
header .top_one{ height:75px;}
}
@media screen and (max-width: 650px) 
{
	.brand_1 ul li{ width:33.3%; text-align:center;}
	}
@media screen and (max-width: 550px) 
{
	.office_1 ul{grid-template-columns: repeat(1, 1fr);}
	}
@media screen and (max-width: 450px) {
	 .honor .h_content .list ul li{flex-direction: column;}
	 .honor .h_content .list ul li .infor{ margin-left:0px; line-height:1.7;}
	 .honor .h_content .list ul li .content{}
	 .honor.no1 .h_content .list ul li .photo{ width:100px; height:62px;}
	 .honor.no1 .h_content .list ul li{flex-direction: row;}
	 .about .about_one .ab_left .ab_infro li{ font-size:13px;}
	 .pr_list ul li dl dd{ width:100%; margin-bottom:25px;}
	 .pr_list ul li .big_t{ margin-bottom:20px;}
	}
button{padding: 0px;
    border: 0px;
    }